math/big.decimal.roundDown (method)

3 uses

	math/big (current package)
		decimal.go#L222: 		x.roundDown(n)
		decimal.go#L251: func (x *decimal) roundDown(n int) {
		ftoa.go#L234: 			d.roundDown(i + 1)